ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / MultiSelectListBox<T> Class
Members






In This Topic
    MultiSelectListBox<T> Class
    In This Topic
    The MultiSelectListBox control displays a list of items which may contain plain text or HTML, and allows users to select multiple items.
    Object Model
    MultiSelectListBox<T> Class
    Syntax
    'Declaration
     
    
    <ScriptsAttribute(Mono.Cecil.CustomAttributeArgument[])>
    Public Class MultiSelectListBox(Of T) 
       Inherits ItemsBoundControl(Of T)
       Implements ITemplate, Microsoft.AspNetCore.Html.IHtmlContent 
    'Usage
     
    
    Dim instance As MultiSelectListBox(Of T)
    [Scripts(Mono.Cecil.CustomAttributeArgument[])]
    public class MultiSelectListBox<T> : ItemsBoundControl<T>, ITemplate, Microsoft.AspNetCore.Html.IHtmlContent  
    public class MultiSelectListBox = class(ItemsBoundControl, ITemplate, Microsoft.AspNetCore.Html.IHtmlContent)
    JScript does not support Generics.
    [Scripts(Mono.Cecil.CustomAttributeArgument[])]
    public __gc class MultiSelectListBox<T> : public ItemsBoundControl<T>, ITemplate, Microsoft.AspNetCore.Html.IHtmlContent  
    [Scripts(Mono.Cecil.CustomAttributeArgument[])]
    generic<typename T>
    public ref class MultiSelectListBox : public ItemsBoundControl<T>, ITemplate, Microsoft.AspNetCore.Html.IHtmlContent  
    Type Parameters
    T
    Inheritance Hierarchy

    System.Object
       C1.Web.Mvc.Component
          C1.Web.Mvc.Control
             C1.Web.Mvc.ItemsBoundControl<T>
                C1.Web.Mvc.MultiSelectListBox<T>

    See Also